type crypto/tls.keyUpdateMsg
7 uses
crypto/tls (current package)
conn.go#L1149: m = new(keyUpdateMsg)
conn.go#L1301: case *keyUpdateMsg:
conn.go#L1312: func (c *Conn) handleKeyUpdate(keyUpdate *keyUpdateMsg) error {
conn.go#L1330: msg := &keyUpdateMsg{}
handshake_messages.go#L1000: type keyUpdateMsg struct {
handshake_messages.go#L1005: func (m *keyUpdateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1025: func (m *keyUpdateMsg) unmarshal(data []byte) bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |